home *** CD-ROM | disk | FTP | other *** search
/ Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA) / Capcom E3 2004 Press CD (USA).bin / pc / files / oni3 / new_bar_art.swf / scripts / DefineButton2_69 / BUTTONCONDACTION on(press).as next >
Text File  |  2004-04-08  |  175b  |  12 lines

  1. on(press){
  2.    if(_global.i == 14)
  3.    {
  4.       _global.i = 0;
  5.    }
  6.    if(_global.alreadyopen == true)
  7.    {
  8.       _global.i += 1;
  9.    }
  10.    _global.i = _global.i + 1;
  11. }
  12.